google.golang.org/grpc/internal/transport.framer.writer (field)

10 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L592: 			l.framer.writer.Flush()
		controlbuf.go#L632: 				if l.framer.writer.offset < minBatchSize {
		controlbuf.go#L637: 			l.framer.writer.Flush()
		http2_client.go#L469: 	if err := t.framer.writer.Flush(); err != nil {
		http2_server.go#L309: 	t.framer.writer.Flush()
		http2_server.go#L1408: 		t.framer.writer.Flush()
		http_util.go#L404: 	writer    *bufWriter
		http_util.go#L440: 		writer: w,
		http_util.go#L478: 	if _, err := f.writer.Write(f.headerBuf); err != nil {
		http_util.go#L482: 		if _, err := f.writer.Write(d); err != nil {